home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / amsound / rexx / amsound.amirx
Text File  |  1997-05-22  |  276b  |  15 lines

  1. /* This small script launches AmSound... 
  2.    and is about the extent of my ARexx ;)
  3.  
  4.    Part of the AmSound.lha distribution.
  5.    Copyright Creative Software 1993-1997
  6.  
  7.    See the included manual for more information.
  8. */ 
  9.  
  10. host = address()
  11.  
  12. ADDRESS COMMAND
  13.  
  14. 'run amsound' host
  15.